ArcPad Preferences File Schema
LOCALE Element
See Also  Send comments on this topic.
ArcPad Preferences File Schema > ArcPad Element > PREFERENCES Element : LOCALE Element

Glossary Item Box

Description

When parent element is PREFERENCES, LOCALE is used to specify the user's locale ID in ArcPadPrefs.apx .

Diagram

LOCALE Element

Overview

LOCALE
When parent element is PREFERENCES, LOCALE is used to specify the user's locale ID in ArcPadPrefs.apx .
lcid optional xs:string
The hexidecimal value of the user's Locale ID (LCID).
rtl optional Restriction of xs:string
Flag that determines whether the locale supports right-to-left character display (for example, Hebrew).

Attributes

NameTypeUseDefaultFixedDescription
lcidxs:stringoptional  The hexidecimal value of the user's Locale ID (LCID).
rtlRestriction of xs:stringoptionalfalse Flag that determines whether the locale supports right-to-left character display (for example, Hebrew).

Examples

Source

<xs:element name="LOCALE" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>When parent element is PREFERENCES, LOCALE is used to specify the user's locale ID in ArcPadPrefs.apx .</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="lcid" type="xs:string">
      <xs:annotation>
        <xs:documentation>The hexidecimal value of the user's Locale ID (LCID).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="false" name="rtl">
      <xs:annotation>
        <xs:documentation>Flag that determines whether the locale supports right-to-left character display (for example, Hebrew).</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.